home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / tutor / pro2 / uglyform.c < prev    next >
Encoding:
Text File  |  1987-07-04  |  207 b   |  5 lines

  1. main()  /* Main program starts here */{printf("Good form ");printf
  2.  ("can aid in ");printf("understanding a program.\n")
  3. ;printf("And bad form ");printf("can make a program ");
  4. printf("unreadable.\n");}
  5.